home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / disk / misc / disktool.lha / disktools.doc < prev    next >
Text File  |  1980-04-18  |  1KB  |  39 lines

  1.                            __/|    ____/\__ ____/\       
  2.                           !o  |   !o       Vo    .\\     
  3.                          |||  |___|:  |____||  |  \\\\:- 
  4.                       -:|||:  |   |___    :|:  |   .\\   
  5.                          ||.  |   |sc |   o|.  |    /    
  6.                           |______ |________| ______/     
  7.                           ~~~~~~~\|PRESENTS|/~~~~~~     
  8.  
  9.                              Some useful disk tools
  10.  
  11.              CODED BY CATH OF LSD
  12.  
  13. Name: - TrackINS
  14. Description: - Puts a file directly onto the tracks of a floppy disk starting
  15.          at a specified track, uses DF0:.
  16. Usage: - TrackINS filename track_number
  17.  
  18.                      -=-
  19.  
  20. Name: - BlockINS
  21. Description: - Puts a file directly onto the tracks of a floppy disk starting
  22.          at a specified block, uses DF0:.
  23. Usage: - BlockINS filename block_number
  24.  
  25.                      -=-
  26.  
  27. Name: - CuteSum
  28. Description: - Calculates or clears the checksum of a floppy disk
  29. Usage: - CuteSum drive_number [CLEAR]
  30.  
  31.                      -=-
  32.  
  33. Name: - BlockRead
  34. Description: - Reads the blocks of a disk from a specified block for a specified
  35.          length and saves it to the specified filename, Uses DF0:.
  36. Usage: - BlockRead savefile block_to_read_from length_to_read_for
  37. Sample: - BlockRead ram:test 880 2  (Saves RootBlock +1 to file ram:test)
  38.  
  39. end.